home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Interactive CD Sampler / Microsoft Interactive CD Sampler.iso / DEMOS / GREET / GREETS.DIR / 00001.ls next >
Encoding:
Text File  |  1996-07-17  |  135 b   |  10 lines

  1. on startMovie
  2.   puppetSound("music.aif")
  3. end
  4.  
  5. on waitTill theTimer
  6.   startTimer()
  7.   repeat while the timer < theTimer
  8.   end repeat
  9. end
  10.